-- card: 11454 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Water snakes ----- HyperTalk script ----- on openCard global score add 20 to score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "Communal Hut" put it&return&"A liesurely smoke" into field "textarea" of card "Communal Hut" get field "textarea" of card "River Trail" put it into holder put the number of lines in field "textarea" of card "River Trail" into counter repeat until counter = 0 get line counter of holder if it contains "Lion" then delete line counter of field "textarea" of card "River Trail" put 1 into counter end if subtract 1 from counter end repeat get field "textarea" of card "River Trail" put it into holder put the number of lines in field "textarea" of card "River Trail" into counter repeat until counter = 0 get line counter of holder if it contains "Monkeys" then delete line counter of field "textarea" of card "River Trail" put 1 into counter end if subtract 1 from counter end repeat visual effect dissolve go to card "River Trail" end mouseUp -- part contents for background part 1 ----- text ----- Water snakes -- part contents for background part 2 ----- text ----- As you wade across the river, you notice you are being followed by two water snakes. You toss out your piece of liver which they begin fighting over. This gives you time to rig your noose-on-a-stick, a contraption that makes it easy to catch snakes. Fine specimens for the Staten Island Zoo, you think, as you drop them into your collection bag. -- part contents for background part 5 ----- text ----- 80